export type Payload = {
    id: number;
};
