IsLiteralStringVersion: xstate@5.0.0On this pageIsLiteralString type​Signature:export type IsLiteralString<T extends string> = string extends T ? false : true;