@brontosaurus/db
Version:
:ocean: Schema for brontosaurus
4 lines (3 loc) • 332 B
TypeScript
import { ApplicationOthersConfig, IApplication } from "../interface/application";
export declare const getApplicationOtherInformationByApplication: (application: IApplication) => Promise<ApplicationOthersConfig>;
export declare const getApplicationOtherInformationByKey: (key: string) => Promise<ApplicationOthersConfig | null>;