Files
keycloak_theme/myObject.d.ts
2021-02-20 11:35:45 +00:00

4 lines
51 B
TypeScript

export declare const myObject: {
p: string;
};