@cpod/sdk - v0.2.7
    Preparing search index...

    Interface HasPermissionsResponse

    Has permissions response

    interface HasPermissionsResponse {
        has_all: boolean;
        has_any: boolean;
        results: Record<string, boolean>;
    }
    Index

    Properties

    has_all: boolean
    has_any: boolean
    results: Record<string, boolean>