Vana SDK - v0.1.0
    Preparing search index...

    Interface PermissionQueryResult

    Permission query result

    interface PermissionQueryResult {
        permissions: GrantedPermission[];
        total: number;
        hasMore: boolean;
    }
    Index

    Properties

    permissions: GrantedPermission[]

    Array of permissions matching the query

    total: number

    Total number of permissions (for pagination)

    hasMore: boolean

    Whether there are more results available