@deep/nest-kit
    Preparing search index...

    Interface GetBucketByOptions

    Google Storage Bucket find options

    interface GetBucketByOptions {
        alias?: string;
        name?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    alias?: string

    Bucket alias

    'assets'
    
    name?: string

    Bucket name

    'hc-auth-assets'
    
    type?: string

    Bucket type

    '?'