Interface GcpCloudRunServiceErrorTextOptions

interface GcpCloudRunServiceErrorTextOptions {
    emoji?: string;
    should_include_stack_trace?: boolean;
}

Properties

emoji?: string
should_include_stack_trace?: boolean