Skip to content

Commit

Permalink
Check in TypeScript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBolender committed Dec 8, 2023
1 parent 9b49138 commit e27d7af
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions raycast-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/// <reference types="@raycast/api">

/* 🚧 🚧 🚧
* This file is auto-generated from the extension's manifest.
* Do not modify manually. Instead, update the `package.json` file.
* 🚧 🚧 🚧 */

/* eslint-disable @typescript-eslint/ban-types */

type ExtensionPreferences = {}

/** Preferences accessible in all the extension's commands */
declare type Preferences = ExtensionPreferences

declare namespace Preferences {
/** Preferences accessible in the `index` command */
export type Index = ExtensionPreferences & {}
}

declare namespace Arguments {
/** Arguments passed to the `index` command */
export type Index = {}
}


0 comments on commit e27d7af

Please sign in to comment.