Sporades SDK API
    Preparing search index...

    Type Alias FileAclRuleInput

    Stable File metadata supplied to a File ACL rule; it never includes bytes or storage credentials.

    type FileAclRuleInput = {
        ctx: FileAclContext;
        file: AclStorageFileMetadata;
        operation: FileAclOperation;
    }
    Index
    operation: FileAclOperation