Skip to content

Commit

Permalink
chore: rm created / updated at from flag type
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Feb 5, 2025
1 parent 391441a commit fddf05e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/types/Flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export interface IFlagBase {
}

export interface IFlag extends IFlagBase {
createdAt?: string;
updatedAt?: string;
variants?: IVariant[];
rules?: IRule[];
rollouts?: IRollout[];
Expand Down

0 comments on commit fddf05e

Please sign in to comment.