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

    Interface PermissionCheckResult

    Permission check result

    interface PermissionCheckResult {
        exists: boolean;
        permission?: GrantedPermission;
        reason?: string;
    }
    Index

    Properties

    exists: boolean

    Whether the permission exists and is valid

    permission?: GrantedPermission

    The permission details if it exists

    reason?: string

    Reason why permission is invalid (if applicable)