mirror of
https://github.com/certd/certd.git
synced 2026-06-24 11:17:30 +08:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
|
|
export interface SqlAdapter {
|
||
|
|
date(columnName: string): string;
|
||
|
|
}
|