UNPKG

68 BPlain TextView Raw
1export interface Configuration {
2 key: string;
3 secret: string;
4}