UNPKG

@brontosaurus/db

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