Skip to content

Commit

Permalink
Update src/definition/accessors/IAppUpdateContext.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Jul 11, 2024
1 parent 631a8c8 commit d163f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition/accessors/IAppUpdateContext.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { IUser } from '../users';

export interface IAppUpdateContext {
user: IUser | null;
user?: IUser;
oldAppVersion: string;
}

0 comments on commit d163f3f

Please sign in to comment.