Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Remove this linter hint if any flags exist
// eslint-disable-next-line @typescript-eslint/ban-types
export type Flags = {};
export type FlagName = keyof Flags;