export interface DetailKey {
    pk: string;
    sk: string;
}
