Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created December 17, 2025 12:40
Show Gist options
  • Select an option

  • Save sitefinitySDK/657f0cbbd030a3e4cc9701902138a624 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/657f0cbbd030a3e4cc9701902138a624 to your computer and use it in GitHub Desktop.
export const ScriptLocation = {
Inline: 'Inline',
BodyTop: 'BodyTop',
BodyBottom: 'BodyBottom'
} as const;
export type ScriptLocationType = typeof ScriptLocation[keyof typeof ScriptLocation];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment