@type t() :: %MailSlurpAPI.Model.CreateConnectorOptions{
connectorAuthType: String.t(),
connectorType: String.t(),
imapSettings: CreateConnectorImapOptions | nil,
inboxId: String.t() | nil,
syncEnabled: boolean(),
syncInterval: integer() | nil,
syncScheduleType: String.t()
}