Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias ACLEntryUnparsed

    type ACLEntryUnparsed = {
        entity: string;
        permissions: [string, string];
        principal: string;
        target: string;
    }
    Index

    Properties

    entity: string
    permissions: [string, string]
    principal: string
    target: string