Member Junction
    Preparing search index...

    Interface for pin service operations needed by user menu

    interface PinServiceRef {
        IsPinned: (
            resourceType: string,
            config: Record<string, unknown>,
        ) => boolean;
    }
    Index

    Properties

    Properties

    IsPinned: (resourceType: string, config: Record<string, unknown>) => boolean