matrix-dimension/web/app/shared/models/hookshot_github.ts

12 lines
215 B
TypeScript
Raw Normal View History

export interface FE_HookshotGithubBridge {
id: number;
upstreamId?: number;
provisionUrl?: string;
sharedSecret?: string;
isEnabled: boolean;
}
export interface FE_HookshotGithubConnection {
}