SW Combine SDK
    Preparing search index...

    Interface ResourceInfo

    interface ResourceInfo {
        href?: string;
        name: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    href?: string
    name: string