Enum Extractor

Input Enum

type StatusKeys = keyof typeof Status;
type StatusValues = typeof Status[keyof typeof Status];