9 lines
No EOL
179 B
TypeScript
9 lines
No EOL
179 B
TypeScript
export default class {
|
|
// Bridge request ID, needed to confirm link from Discord side
|
|
id: string;
|
|
|
|
// The Revolt channel ID
|
|
revolt: string;
|
|
|
|
expires: number;
|
|
} |