@nextcloud/sharing
    Preparing search index...

    Type Alias ShareAttribute

    type ShareAttribute = {
        key: string;
        scope: string;
        value: boolean;
    }
    Index

    Properties

    Properties

    key: string
    scope: string
    value: boolean