2024-10-31 18:28:01 +03:00

5 lines
117 B
TypeScript

export default interface TestRepo {
getButtonTitle(): Promise<string>
}
export const testRepoKey = "restRepoKey"