5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export const securitySchemes = [{
|
|
type: 'http',
|
|
scheme: 'bearer',
|
|
description: 'The site\'s token',
|
|
}]
|