interface AccessOperationAmino {
    access_type?: AccessType;
    identifier_template?: string;
    resource_type?: ResourceType;
}

Properties

access_type?: AccessType
identifier_template?: string
resource_type?: ResourceType