export interface AccountingConfigEntity {
    id: number;
    owner_id: number;
    start_slot: string;
}
export default AccountingConfigEntity;
