Interface MediaAttachmentRepository

interface MediaAttachmentRepository {
    create(params, meta?): Promise<MediaAttachment>;
}

Methods

Methods