export interface YNABError {
    error: {
        detail: string;
    };
}
