git.stevedylan.dev
/
natspec-markdown-ui
home
log
refs
natspec-markdown-ui
/
shared
/
src
/
types
/
index.ts
shared/src/types/index.ts
66 B
copy
raw
1
export type ApiResponse = {
2
message: string;
3
success: true;
4
}