Type-safe, nested-aware Map extension for JavaScript and TypeScript. Automatically infers literal key types and preserves value types (including nested maps) without as const. Perfect for ...
func TestRscResourceSchema(ctx context.Context) schema.Schema { return schema.Schema{ Attributes: map[string]schema.Attribute{ "id": schema.StringAttribute{ Computed ...