SW Combine SDK
    Preparing search index...

    Interface CharacterPermissionEntry

    Character permission scope entry

    interface CharacterPermissionEntry {
        attributes: { expires: number };
        scopes: { scope: string[] };
    }
    Index

    Properties

    Properties

    attributes: { expires: number }
    scopes: { scope: string[] }