export interface ICreate { id: string } export interface IKeys { first_key: string second_key: string }