Type Alias ArrayBufferContentType

ArrayBufferContentType: z.infer<typeof arrayBufferContentTypesSchema>

Type for array buffer content types

const arrayBufferContentType: ArrayBufferContentType = 'application/octet-stream';
console.log(arrayBufferContentType); // application/octet-stream