Sporades SDK API
    Preparing search index...

    Type Alias PrivilegedPublicFileUrl

    type PrivilegedPublicFileUrl = {
        expiresAt: string | null;
        fileId: string;
        id: string;
        revokedAt?: string | null;
        url: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    expiresAt: string | null
    fileId: string
    id: string
    revokedAt?: string | null
    url: string