export interface KeyOption {
    /**
     * Base64 encoded service key generated from data.go.kr
     */
    key: string;
}
