lean-s3
    Preparing search index...

    Type Alias AttachmentContentDisposition

    type AttachmentContentDisposition = {
        filename?: string;
        type: "attachment";
    }
    Index

    Properties

    Properties

    filename?: string
    type: "attachment"