Type Alias: GithubActionsConfigs
type GithubActionsConfigs = Record<
GithubActionsConfigName,
GithubActionsPresetConfig
>;
Defined in: plugin.ts:25
Runtime type for the plugin's generated config presets.
type GithubActionsConfigs = Record<
GithubActionsConfigName,
GithubActionsPresetConfig
>;
Defined in: plugin.ts:25
Runtime type for the plugin's generated config presets.