Type alias MockResourceResult

MockResourceResult: {
    id: string | undefined;
    state: Record<string, any>;
}

MockResourceResult is the result of a newResource Mock, returning a physical identifier and the output properties for the resource being constructed.

Type declaration

  • id: string | undefined
  • state: Record<string, any>

Generated using TypeDoc