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