Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { DefaultString } from '../actions/input/inputSpecTypes';
|
||||
/**
|
||||
* Resolves a DefaultString spec into a concrete string value.
|
||||
* If the spec is a plain string, returns it directly.
|
||||
* If it is a random-string specification, generates a random string accordingly.
|
||||
*
|
||||
* @param defaultSpec - A string literal or a random-string generation spec
|
||||
* @returns The resolved default string value
|
||||
*/
|
||||
export declare function getDefaultString(defaultSpec: DefaultString): string;
|
||||
Reference in New Issue
Block a user