bunway
    Preparing search index...

    Interface VaultEntry

    interface VaultEntry {
        exp: number;
        familyId: string;
        payload: Record<string, unknown>;
        sub: string;
    }
    Index

    Properties

    Properties

    exp: number
    familyId: string
    payload: Record<string, unknown>
    sub: string